std::basic_ifstream::rdbuf

From Cppreference

Jump to: navigation, search
​basic_filebuf<CharT, Traits>* rdbuf() const;

Returns pointer to the underlying raw file device object.

Parameters

(none)

Return value

pointer to the underlying raw file device.

Example

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages